home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / edemo.dir / 00187_Script_187 < prev    next >
Text File  |  1995-09-12  |  339b  |  22 lines

  1. on enterframe
  2.   If Rollover(28) then
  3.     HandCursor
  4.   else
  5.     if rollover(32) then
  6.       HandCursor
  7.     else
  8.       ArrowCursor
  9.     end if
  10.   end if
  11.   DemoRolloverBYL
  12. end
  13.  
  14. on exitframe
  15.   global gHowLongMovie
  16.   if the MovieTime of sprite 22 < gHowLongMovie then
  17.     go the frame
  18.   else
  19.     go the frame + 1
  20.   end if
  21. end
  22.